home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / misc / PowerWindowsUp.lha / PowerWindowsUpd / PowerWindows.gui < prev    next >
Text File  |  1997-06-28  |  23KB  |  710 lines

  1. PREFSNAME="PowerWindows"
  2. HELPGUIDE="PowerWindows.guide"
  3.  
  4. ;= GENERAL =================================================================
  5.  
  6. GROUP
  7.  GROUPNAME="General"
  8.  GROUPHELPNODE="GeneralOptions"
  9.  
  10.  PAGE
  11.   PAGENAME="General Options: Page 1"
  12.   LABELWIDTH=150
  13.   GADGETWIDTH=50
  14.  
  15.   FRAME
  16.  
  17.    BOOL
  18.     NAME="Scan Screens"
  19.     KEYWORD="ScanScreens"
  20.     VALUE="FALSE"
  21.     HELPTEXT="Patch Screens that are already open when starting PowerWindows. Otherwise on this Screens moving Windows out of Screen and iconifying will not be possible!"
  22.  
  23.    BOOL
  24.     NAME="Safe LockLayers()"
  25.     KEYWORD="SafeLockLayer"
  26.     VALUE="FALSE"
  27.     HELPTEXT="A safer way to do LockLayers()-Call. You will get less deadlocks but in some cases (if there's a lot of graphical activity on the active Screen) you won't be able to drag Windows out of Screen."
  28.  
  29.    BOOL
  30.     NAME="Safe MoveWindow()"
  31.     KEYWORD="SafeMoveWindow"
  32.     VALUE="FALSE"
  33.     HELPTEXT="By default PowerWindows calls MoveWindow() in it's Input-Handler. This is not system-conform, but faster. By activating this Windows will be moved by PowerWindows' main Task, which is a little bit slower, but system conform."
  34.    
  35.    BOOL
  36.     NAME="Don't freeze Mouse"
  37.     KEYWORD="NoMouseFreeze"
  38.     VALUE="FALSE"
  39.     HELPTEXT="Usually the Mouse-Pointer gets freezed while a Window is moved out of Screen. If you don't like that activate this option. If you encounter strange things, such as the Screen auto-scrolling out of it's limits, increase «Mouse Speed-Factor»!"
  40.  
  41.    BOOL
  42.     NAME="No Out-of-Screen"
  43.     KEYWORD="No_OutOfScreen"
  44.     VALUE="FALSE"
  45.     HELPTEXT="By activating this you will not be able to drag Windows out of Screen, anymore. Iconifying will still be possible."
  46.  
  47.    BOOL
  48.     NAME="Don't patch Requesters"
  49.     KEYWORD="NoReqPatch"
  50.     VALUE="FALSE"
  51.     HELPTEXT="If you are using CyReq or a requester improver such as ARQ you can activate this option. By doing so requester replacers/improvers and assign-wedges should work again. Do not activate this options if you are not using CyReq or ARQ (or similiar)!!!"
  52.  
  53.    BOOL
  54.     NAME="Don't clear Refresh Bit"
  55.     KEYWORD="NoRefreshKill"
  56.     VALUE="FALSE"
  57.     HELPTEXT="To avoid refreshing problems the LAYERREFRESH Bit is cleared when creating SIMPLEREFRESH Layers. With this option you can deactivate this. Have a look at the Guide!"
  58.  
  59.    BOOL
  60.     NAME="Force Windows to SMART REFRESH"
  61.     KEYWORD="SmartWin"
  62.     VALUE="FALSE"
  63.     HELPTEXT="With this option all Windows (except SuperBitmap Windows) will get SMARTREFRESH Layers. This speeds up Window operations (moving/zooming) on some machines."
  64.  
  65.   FRAMEEND
  66.   
  67.  PAGE
  68.   PAGENAME="General Options: Page 2"
  69.   LABELWIDTH=100
  70.   GADGETWIDTH=100
  71.  
  72.   FRAME
  73.   
  74.    SLIDER
  75.     NAME="InputHandler Priority"
  76.     KEYWORD="InputPri"
  77.     MIN=-128
  78.     MAX=127
  79.     VALUE=52
  80.     HELPTEXT="Priority of PowerWindows' Input-Handler. Must be greater than Intuition's one (50) and should be lower than commodities.library's one (53)."
  81.  
  82.    SLIDER
  83.     NAME="Mouse Speed-Factor"
  84.     KEYWORD="MouseFactor"
  85.     MIN=1
  86.     MAX=100
  87.     VALUE=4
  88.     HELPTEXT="If your Screens sometimes autoscroll out of their limits and you have activated «Don't freeze Mouse» increase this value."
  89.  
  90.    INTEGER
  91.     NAME="Max. Screen-Patch period"
  92.     KEYWORD="MaxSPPeriod"
  93.     MIN=1
  94.     MAX=1000
  95.     VALUE=20
  96.     HELPTEXT="Number of Intui-Ticks (1/10 secs) PowerWindows waits for a Window to "arrive" (if it's target position is out of Screen). If time expires operation will be cancelled (Window might stop on Screen-Limits). Have a look at the Guide!
  97.     
  98.   FRAMEEND
  99.  
  100.  
  101. ;= WINDOW DRAG =============================================================
  102.  
  103. GROUP
  104.  GROUPNAME="Dragging"
  105.  GROUPHELPNODE="WindowDragOptions"
  106.  
  107.  PAGE
  108.   PAGENAME="Window Dragging Options"
  109.  
  110.   FRAME
  111.   
  112.    CYCLE
  113.     NAME="Look of Marker"
  114.     KEYWORD="Marker"
  115.     ITEMNAME="Normal"
  116.     ITEMKEYWORD="NORMAL"
  117.     ITEMNAME="Gadget"
  118.     ITEMKEYWORD="GADGET"
  119.     ITEMNAME="Invisible"
  120.     ITEMKEYWORD="OFF"
  121.     VALUE=0
  122.     HELPTEXT="Look of Marker (rectangle which appears when you click on the Dragbar of a Window). Has no effect when opaque moving is activated"
  123.  
  124.    CYCLE
  125.     NAME="Normal-Drag Button"
  126.     KEYWORD="NormalButton"
  127.     ITEMNAME="Left"
  128.     ITEMKEYWORD="LEFT"
  129.     ITEMNAME="Right"
  130.     ITEMKEYWORD="RIGHT"
  131.     ITEMNAME="Middle"
  132.     ITEMKEYWORD="MIDDLE"
  133.     VALUE=0
  134.     HELPTEXT="Mouse-Button you want to use for dragging Windows out of Screen when you click on the DragBar of a Window and hold down the Keys specified with «Normal Qualifier» (if there are any)."
  135.  
  136.    CYCLE
  137.     NAME="Force-Drag Button"
  138.     KEYWORD="ForceButton"
  139.     ITEMNAME="Left"
  140.     ITEMKEYWORD="LEFT"
  141.     ITEMNAME="Right"
  142.     ITEMKEYWORD="RIGHT"
  143.     ITEMNAME="Middle"
  144.     ITEMKEYWORD="MIDDLE"
  145.     VALUE=0
  146.     HELPTEXT="Mouse-Button you want to use for dragging Windows (out of Screen) when you click anywhere in the Window and hold down the Keys specified with «Force Qualifier» (if there are any)."
  147.    
  148.   FRAMEEND   
  149.  
  150.   FRAME
  151.   
  152.    STRING
  153.     NAME="Normal Qualifier"
  154.     KEYWORD="NormalQualifier"
  155.     MAX=100
  156.     VALUE="OFF"
  157.     HELPTEXT="Qualifiers that must be pressed together with «Normal Button» to allow dragging a Window out of Screen. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  158.  
  159.    STRING
  160.     NAME="Force Qualifier"
  161.     KEYWORD="ForceQualifier"
  162.     MAX=100
  163.     VALUE="LALT+LSHIFT"
  164.     HELPTEXT="Qualifiers that must be pressed together with «Force Button» to allow dragging a Window (out of Screen) by clicking anywhere in the Window. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. With 'OFF' any Qualifier will be O.K."
  165.   
  166.   FRAMEEND
  167.  
  168.   FRAME
  169.   
  170.    BOOL
  171.     NAME="Avoid Double Clicks"
  172.     KEYWORD="AvoidDoubleClicks"
  173.     VALUE="FALSE"
  174.     HELPTEXT="If you have installed a commodity on your computer that allows you double-clicking Windows to front/back you should activate this. It prevents Screens from being trashed by the Marker."
  175.     
  176.    BOOL
  177.     NAME="Draw Marker in all Planes"
  178.     KEYWORD="AllPlanes"
  179.     VALUE="FALSE"
  180.     HELPTEXT="By default PowerWindows renders the Marker only in the first Plane of the Screen. This speeds up things on standard Amigas. If you have a GFX-Board you should activate this in order to speed up rendering.
  181.  
  182.   FRAMEEND  
  183.  
  184. ;= SCREEN PATCH  ===========================================================
  185.  
  186. GROUP
  187.  GROUPNAME="Screens"
  188.  GROUPHELPNODE="ScreenPatchOptions"
  189.  
  190.  PAGE
  191.   PAGENAME="Screen Patch Options"
  192.  
  193. ;Task = ?#visage#?                    ;Specify Tasks to check. Read Docs!
  194.  
  195.   BOOL
  196.    NAME="Patch only specified Tasks"
  197.    KEYWORD="TasksOnly"
  198.    VALUE="FALSE"
  199.    HELPTEXT="By default PowerWindows patches all Screens but the ones opened by Tasks specified in the «TASK-LIST». If you only want to patch the Screens opened by Tasks specified there activate this option."
  200.  
  201.   BOOL
  202.    NAME="Do case-sensitive Checks"
  203.    KEYWORD="CaseSensitive"
  204.    VALUE="FALSE"
  205.    HELPTEXT="If you want Pattern Matching (to check whether a Screen shall be patched or not) to be case-sensitive activate this option. You MUST do it the version of your dos.library is lower than 36.147!"
  206.  
  207.  PAGE
  208.   PAGENAME="TASK-LIST"
  209.  
  210.   LISTVIEW
  211.    NAME="Screen Patch Task List"
  212.    KEYWORD="Task"
  213.    HELPTEXT="Specify the Tasks whose Screens you want to patch (or do not want to patch - see previous page!)"
  214.  
  215. ;= ICONIFY OPTIONS =========================================================
  216.  
  217. GROUP
  218.  GROUPNAME="Iconifying"
  219.  GROUPHELPNODE="IconifyOptions"
  220.  
  221.  PAGE
  222.   PAGENAME="Page 1"
  223.   LABELWIDTH=100
  224.   GADGETWIDTH=0
  225.  
  226.    BOOL
  227.     NAME="Add Iconify-Gadget to Windows"
  228.     KEYWORD="IconifyGadget"
  229.     VALUE="FALSE"
  230.     HELPTEXT="Adds an Iconify-Gadget to your Windows"
  231.  
  232.    BOOL
  233.     NAME="Don't create Icons"
  234.     KEYWORD="NoIcons"
  235.     VALUE="FALSE"
  236.     HELPTEXT="Don't create Icons when iconifying a Window. Has only sense if you set «Iconify Offset» to something > 1."
  237.     
  238.    BOOL
  239.     NAME="I-Gadget for specified Tasks only"
  240.     KEYWORD="IconifyTasksOnly"
  241.     VALUE="FALSE"
  242.     HELPTEXT="By default all Windows but the ones opened by Tasks specified in the «ICONIFY-TASK LIST» get an Iconify-Gadget. If you only want the Windows opened by Tasks specified there to get an Iconify-Gadget activate this option."
  243.  
  244.    BOOL
  245.     NAME="Do case-sensitive Checks"
  246.     KEYWORD="IconifyCaseSensitive"
  247.     VALUE="FALSE"
  248.     HELPTEXT="If you want Pattern Matching (to check whether a Window shall get an Iconify-Gadget or not) to be case-sensitive activate this option. You MUST do it the version of your dos.library is lower than 36.147!"
  249.  
  250.    BOOL
  251.     NAME="No I-Gadget for WB-Windows"
  252.     KEYWORD="DontIconifyWB"
  253.     VALUE="FALSE"
  254.     HELPTEXT="Workbench-Drawers (those with WFLG_WBENCHWINDOW) will not get an Iconify-Gadget."
  255.  
  256. ;   BOOL
  257. ;    NAME="No I-Gadget for Requesters"
  258. ;    KEYWORD="DontIconifyReq"
  259. ;    VALUE="FALSE"
  260. ;    HELPTEXT="Requesters opened with EasyRequestArgs() and AutoRequest() will not get an Iconify-Gadget."
  261.  
  262.    BOOL
  263.     NAME="Add Close-Gadget to Icons"
  264.     KEYWORD="IconCloseGad"
  265.     VALUE="FALSE"
  266.     HELPTEXT="Icons will get a Close-Gadget. By clicking on this Gadget the Icon's parent Window will be closed."
  267.  
  268.  PAGE
  269.   PAGENAME="Page 2"
  270.   GADGETWIDTH=0
  271.   LABELWIDTH=100
  272.  
  273.    BOOL
  274.     NAME="WB-Icon pop up"
  275.     KEYWORD="WBIconPopUp"
  276.     VALUE="FALSE"
  277.     HELPTEXT="You will be able to de-iconify Workbench-Drawers (those with WFLG_WBENCHWINDOW) by double-clicking their WB-Icon. Might not work with DOpus 5.x!"
  278.  
  279.    BOOL
  280.     NAME="Icons activate Window"
  281.     KEYWORD="IconActivate"
  282.     VALUE="FALSE"
  283.     HELPTEXT="Clicking on an Icon will activate it's parent Window. You will be able to use the Window's Menu. Key-Presses will go to the parent Window, too." 
  284.  
  285.    BOOL
  286.     NAME="Pop Windows to front"
  287.     KEYWORD="PopToFront"
  288.     VALUE="FALSE"
  289.     HELPTEXT="De-iconified Windows will be brought to front."
  290.  
  291.    BOOL
  292.     NAME="Refresh Icon-Titles"
  293.     KEYWORD="RefreshIT"
  294.     VALUE="FALSE"
  295.     HELPTEXT="When the title of an iconified Window gets changed the title of it's Icon will be changed, too. This option should be used only on fast machines. Windows whose titles get changed a lot slow down the computer!"
  296.  
  297.  
  298.  PAGE
  299.   PAGENAME="Page 3"
  300.   LABELWIDTH=100
  301.   GADGETWIDTH=100
  302.   
  303.   CYCLE
  304.    NAME="Look of Iconify-Gadget"
  305.    KEYWORD="IGLook"
  306.   
  307.    ITEMNAME="Normal (MUI-Look)"
  308.    ITEMKEYWORD="NORMAL"
  309.    ITEMNAME="NICE"
  310.    ITEMKEYWORD="NICE"
  311.    ITEMNAME="SysiHack MUI"
  312.    ITEMKEYWORD="SYSI"
  313.    ITEMNAME="SysiHack NICE"
  314.    ITEMKEYWORD="SYSINICE"
  315.    VALUE=0
  316.    HELPTEXT="Defines the look of the Iconify-Gadget. There's a GIF-Image in the 'Images' Directory showing you all possible variants."
  317.  
  318.   CYCLE
  319.    NAME="Position of Icons"
  320.    KEYWORD="IconPos"
  321.    ITEMNAME="Upper left corner of Window"
  322.    ITEMKEYWORD="UPPERLEFT"
  323.    ITEMNAME="Upper right corner of Window"
  324.    ITEMKEYWORD="UPPERRIGHT"
  325.    ITEMNAME="Lower left corner of Window"
  326.    ITEMKEYWORD="LOWERLEFT"
  327.    ITEMNAME="Lower right corner of Window"
  328.    ITEMKEYWORD="LOWERRIGHT"
  329.    ITEMNAME="Center of Window"
  330.    ITEMKEYWORD="CENTER"
  331.    ITEMNAME="AUTO: bottom - left to right"
  332.    ITEMKEYWORD="AUTO_BOTTOMLEFT"
  333.    ITEMNAME="AUTO: bottom - right to left"
  334.    ITEMKEYWORD="AUTO_BOTTOMRIGHT"
  335.    ITEMNAME="AUTO: top - left to right"
  336.    ITEMKEYWORD="AUTO_TOPLEFT"
  337.    ITEMNAME="AUTO: top - right to left"
  338.    ITEMKEYWORD="AUTO_TOPRIGHT"
  339.    ITEMNAME="AUTO: left - top to bottom"
  340.    ITEMKEYWORD="AUTO_LEFTTOP"
  341.    ITEMNAME="AUTO: left - bottom to top"
  342.    ITEMKEYWORD="AUTO_LEFTBOTTOM"
  343.    ITEMNAME="AUTO: right - top to bottom"
  344.    ITEMKEYWORD="AUTO_RIGHTTOP"
  345.    ITEMNAME="AUTO: right - bottom to top"
  346.    ITEMKEYWORD="AUTO_RIGHTBOTTOM"
  347.    VALUE=5
  348.    HELPTEXT="The position you want the Icons to pop up. Have a look at the Guide!"
  349.  
  350.   CYCLE
  351.    NAME="Depth of Icons"
  352.    KEYWORD="IconDepth"
  353.    ITEMNAME="Always in front"
  354.    ITEMKEYWORD="ALWAYSFRONT"
  355.    ITEMNAME="Open in the front"
  356.    ITEMKEYWORD="NORMAL"
  357.    ITEMNAME="Open in the back"
  358.    ITEMKEYWORD="NORMALBEHIND"
  359.    VALUE=0
  360.    HELPTEXT="«Always in front» will lead to Icons which are always in front of all other Windows, «Open in the front» and «Open in the back» add a Depth-Gadget to the Icons which open in the front or back."
  361.  
  362.   POPFONT
  363.    NAME="Font for Icon-Titles"
  364.    KEYWORD="IconFont"
  365.    VALUE=""
  366.    HELPTEXT="Specify the Font you want to use for the Icon-Titles. Format is 'Fontname/Fontsize[/Attributes]'. Attributes is optional, it can be a combination of [B]old, [I]talic, [U]nderlined. Examples: 'topaz/8', 'topaz/8/BI', 'topaz.font/8/BUI'"
  367.  
  368.  PAGE
  369.   PAGENAME="Page 4"
  370.   LABELWIDTH=120
  371.   GADGETWIDTH=80
  372.    
  373.   INTEGER
  374.    NAME="Iconify Offset"
  375.    KEYWORD="IconifyOffset"
  376.    MIN=0
  377.    MAX=1000
  378.    VALUE=0
  379.    HELPTEXT="Iconified Windows are moved to X-Position <ScreenWidth> - <IconifyOffset>. This option makes only sense if «No Icons» is activated."
  380.  
  381.   STRING
  382.    NAME="Width of Icons"
  383.    KEYWORD="IconWidth"
  384.    CHARWIDTH=10
  385.    MAX=16
  386.    VALUE="1/5"
  387.    HELPTEXT="Width of Icons. Possibilities: '<x>' : Width = <x> Pixels , '<x>/<y>' : Icons will be <ScreenWidth> * <x> / <y> Pixels wide, 'WINWIDTH' means Icons will be as wide as their parent Window, 'WINWIDTH/<x>' : Width will be <WindowWidth>/<x>"
  388.    
  389.   INTEGER
  390.    NAME="Minimal Icon Width"
  391.    KEYWORD="MinIconWidth"
  392.    MIN=0
  393.    MAX=2000
  394.    VALUE=100
  395.    HELPTEXT="Icons will get the Width specified with «Width of Icons», but will never be smaller than this."
  396.  
  397.   INTEGER
  398.    NAME="Offset X-Position"
  399.    KEYWORD="IconPos_OffX"
  400.    MIN=-2000
  401.    MAX=2000
  402.    VALUE=0
  403.    HELPTEXT="X-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  404.  
  405.   INTEGER
  406.    NAME="Offset Y-Position"
  407.    KEYWORD="IconPos_OffY"
  408.    MIN=-2000
  409.    MAX=2000
  410.    VALUE=0
  411.    HELPTEXT="Y-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  412.  
  413.   INTEGER
  414.    NAME="X-Space between Icons"
  415.    KEYWORD="IconPos_SpaceX"
  416.    MIN=0
  417.    MAX=2000
  418.    VALUE=0
  419.    HELPTEXT="Horizontal space in Pixel between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  420.  
  421.   INTEGER
  422.    NAME="Y-Space between Icons"
  423.    KEYWORD="IconPos_SpaceY"
  424.    MIN=0
  425.    MAX=2000
  426.    VALUE=0
  427.    HELPTEXT="Vertical space in Pixels between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  428.    
  429.   INTEGER
  430.    NAME="Minimal Window Width"
  431.    KEYWORD="MinWinWidth"
  432.    MIN=0
  433.    MAX=2000
  434.    VALUE=50
  435.    HELPTEXT="Minimal Width a Window must have in order to get an Iconify-Gadget"
  436.    
  437.  PAGE
  438.   PAGENAME="TASK LIST"
  439.   
  440.   LISTVIEW
  441.    NAME="Iconify-Patch Task List"
  442.    KEYWORD="IconifyTask"
  443.    HELPTEXT="Specify the Tasks whose Windows you want to get an Iconify-Gadget (or do not want to get it - see previous page!)"
  444.  
  445.    
  446. ;= OPAQUE MOVE =============================================================
  447.  
  448. GROUP
  449.  GROUPNAME="Opaque"
  450.  GROUPHELPNODE="OpaqueMovingOptions"
  451.  
  452.  PAGE
  453.   PAGENAME="Opaque Moving Options"
  454.   LABELWIDTH=150
  455.   GADGETWIDTH=50
  456.  
  457.   BOOL
  458.    NAME="Activate opaque (solid) moving Windows"
  459.    KEYWORD="OpaqueMove"
  460.    VALUE="FALSE"
  461.    HELPTEXT="This is very slow on standard Amigas (except in one Plane mode). Other opaque moving Commodities don't work together with PowerWindows (or stop moving at the Screen bounds)."
  462.  
  463.   BOOL
  464.    NAME="No opaque for SIMPLE REFRESH Windows"
  465.    KEYWORD="Opaque_NoSimple"
  466.    VALUE="FALSE"
  467.    HELPTEXT="Windows that are simple refreshed, will not be opaque moved"
  468.    
  469.   BOOL
  470.    NAME="No opaque for SMART REFRESH Windows"
  471.    KEYWORD="Opaque_NoSmart"
  472.    VALUE="FALSE"
  473.    HELPTEXT="Windows that are smart refreshed, will not be opaque moved"
  474.  
  475.   BOOL
  476.    NAME="No opaque for SUPER REFRESH Windows"
  477.    KEYWORD="Opaque_NoSuper"
  478.    VALUE="FALSE"
  479.    HELPTEXT="Windows that are super refreshed (Super Bitmap Windows), will not be opaque moved"
  480.    
  481.   BOOL
  482.    NAME="Safe Opaque"
  483.    KEYWORD="SafeOpaque"
  484.    VALUE="FALSE"
  485.    HELPTEXT="By default PowerWindows calls MoveWindow() from it's Input-Handler. If you activate this Option then this function will be called from the main program which is safier and more system conform."
  486.  
  487.   INTEGER
  488.    NAME="Speed"
  489.    KEYWORD="Opaque_Speed"
  490.    MIN=1
  491.    MAX=1000
  492.    VALUE=1
  493.    HELPTEXT="PowerWindows moves the Window every «Speed» mouse-move events it gets. If this value is low (= fast moving) refreshing of SIMPLEREFRESH Windows will be delayed."
  494.  
  495.   INTEGER
  496.    NAME="Max. Screen Depth"
  497.    KEYWORD="Opaque_MaxDepth"
  498.    MIN=1
  499.    MAX=32
  500.    VALUE=8
  501.    HELPTEXT="The maximum Depth (number of Planes) a Screen must have to allow opaque moving. 8 means 256 Colors (2 ^ Planes = Number of colors)."
  502.    
  503.   INTEGER
  504.    NAME="Max. Pixels to move"
  505.    KEYWORD="Opaque_MaxPixels"
  506.    MIN=1
  507.    MAX=2000000000
  508.    VALUE=2000000000
  509.    HELPTEXT="Windows whose <Width> * <Height> is greater than this will not be opaque moved."
  510.  
  511.   INTEGER
  512.    NAME="Max. Bytes to move"
  513.    KEYWORD="Opaque_MaxBytes"
  514.    MIN=1
  515.    MAX=2000000000
  516.    VALUE=2000000000
  517.    HELPTEXT="Windows whose <Width> * <Height> * <Bytes per Pixel> is greater than this will not be opaque moved."
  518.  
  519.  
  520. ;= DEADLOCK HUNTER ========================================================
  521.  
  522. GROUP
  523.  GROUPNAME="Deadlocks"
  524.  GROUPHELPNODE="DeadlockHuntingOptions"
  525.  
  526.  PAGE
  527.   PAGENAME="Deadlock-Hunter Options"
  528.   LABELWIDTH=150
  529.   GADGETWIDTH=50
  530.  
  531.  INTEGER
  532.   NAME="Seconds between checks"
  533.   KEYWORD="DeadLock_Sec"
  534.   MIN=0
  535.   MAX=100
  536.   VALUE=1
  537.   HELPTEXT="The delay in seconds between two Deadlock-Checks."
  538.   
  539.  INTEGER
  540.   NAME="Micros between checks"
  541.   KEYWORD="DeadLock_Mic"
  542.   MIN=0
  543.   MAX=1000000
  544.   VALUE=0
  545.   HELPTEXT="The number of micro seconds that are added to «Seconds between checks»."
  546.   
  547.  INTEGER
  548.   NAME="Task-Priority of Deadlock-Hunter"
  549.   KEYWORD="DeadLock_Pri"
  550.   MIN=-128
  551.   MAX=127
  552.   VALUE=0
  553.   HELPTEXT="Priority of PowerWindows' deadlock-hunting Sub-Task."
  554.  
  555.  
  556. ;= EXTERNAL ================================================================
  557.  
  558. GROUP
  559.  GROUPNAME="External"
  560.  GROUPHELPNODE="ExternalRoutinesOptions"
  561.  
  562.  PAGE
  563.   PAGENAME="External Routines"
  564.   
  565.   POPFILE
  566.    NAME="External Screen-Checker"
  567.    KEYWORD="Ext_ScreenChecker"
  568.    MAX=255
  569.    CHARWIDTH=30
  570.    VALUE=""
  571.    HELPTEXT="External Routine that is supposed to check whether a Screen shall be patched or not. If the Routine requires some parameters specify them after a ','"
  572.  
  573.   POPFILE
  574.    NAME="External Window-Checker"
  575.    KEYWORD="Ext_WindowChecker"
  576.    MAX=255
  577.    CHARWIDTH=30
  578.    VALUE=""
  579.    HELPTEXT="External Routine that is supposed to 1) check whether a Window shall get an Iconify-Gadget or not and optionally 2) do the rendering of the Iconify-Gadget. If the Routine requires some parameters specify them after a ','"
  580.    
  581.   POPFILE
  582.    NAME="External Icon-Renderer"
  583.    KEYWORD="Ext_IconRenderer"
  584.    MAX=255
  585.    CHARWIDTH=30
  586.    VALUE=""
  587.    HELPTEXT="External Routine that is supposed to do the rendering of the Icons. If the Routine requires some parameters specify them after a ','"
  588.  
  589.  
  590. ;= HOTKEYS =================================================================
  591.  
  592. GROUP
  593.  GROUPNAME="Hotkeys"
  594.  GROUPHELPNODE="HotkeyOptions"
  595.  
  596.  PAGE
  597.   PAGENAME="Hotkeys"
  598.   
  599.   STRING
  600.    NAME="Iconify"
  601.    KEYWORD="HOT_Iconify"
  602.    MAX=60
  603.    CHARWIDTH=30
  604.    VALUE=""
  605.    HELPTEXT="Hotkey to iconify active Window. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  606.  
  607.   STRING
  608.    NAME="Icons to front"
  609.    KEYWORD="HOT_IconsToFront"
  610.    MAX=60
  611.    CHARWIDTH=30
  612.    VALUE=""
  613.    HELPTEXT="Hotkey to bring Icons on the active Screen to front. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  614.    
  615.   STRING
  616.    NAME="Icons to back"
  617.    KEYWORD="HOT_IconsToBack"
  618.    MAX=60
  619.    CHARWIDTH=30
  620.    VALUE=""
  621.    HELPTEXT="Hotkey to bring Icons on the active Screen to back. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  622.    
  623.   STRING
  624.    NAME="De-iconify all Windows"
  625.    KEYWORD="HOT_DeIconifyAll"
  626.    MAX=60
  627.    CHARWIDTH=30
  628.    VALUE=""
  629.    HELPTEXT="Hotkey to de-iconify all Windows on the active Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  630.    
  631.   STRING
  632.    NAME="Bring active Window into view"
  633.    KEYWORD="HOT_WindowIn"
  634.    MAX=60
  635.    CHARWIDTH=30
  636.    VALUE=""
  637.    HELPTEXT="Hotkey to bring active Window back within standard limits of the Screen (or center and bring it to front if it's already there). Must follow standard hotkey-description convention."
  638.  
  639.   STRING
  640.    NAME="Bring all Windows into view"
  641.    KEYWORD="HOT_AllWindowsIn"
  642.    MAX=60
  643.    CHARWIDTH=30
  644.    VALUE=""
  645.    HELPTEXT="Hotkey to bring all Windows back within standard limits of Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  646.  
  647.  
  648. ;= SPECIAL =================================================================
  649.  
  650. GROUP
  651.  GROUPNAME="Special"
  652.  
  653.  PAGE
  654.   PAGENAME="MULTI Action Mode"
  655.   PAGEHELPNODE="MultiActionsOptions"
  656.   LABELWIDTH=100
  657.   GADGETWIDTH=100
  658.   
  659.   CYCLE
  660.    NAME="MULTI Action Button"
  661.    KEYWORD="MultiButton"
  662.    ITEMNAME="Left"
  663.    ITEMKEYWORD="LEFT"
  664.    ITEMNAME="Right"
  665.    ITEMKEYWORD="RIGHT"
  666.    ITEMNAME="Middle"
  667.    ITEMKEYWORD="MIDDLE"
  668.    VALUE=0
  669.    HELPTEXT="Mouse-Button you want to use for activating MULTI Action Mode. When this Mode is active PowerWindows allows you to iconify/de-iconify more Windows at the same time. Have a look at the Guide!"
  670.  
  671.   STRING
  672.    NAME="MULTI Qualifier"
  673.    KEYWORD="MultiQualifier"
  674.    MAX=100
  675.    VALUE="LALT+CONTROL"
  676.    HELPTEXT="Qualifiers that must be pressed together with «MULTI Action Button» to activate MULTI Action Mode. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  677.  
  678.    
  679.  
  680.  
  681. ;= WORKAROUNDS =============================================================
  682.  
  683. GROUP
  684.  GROUPNAME="Workarounds"
  685.  GROUPHELPNODE="WorkaroundMiscOptions"
  686.   
  687.  PAGE
  688.   PAGENAME="Misc & Workarounds"
  689.   LABELWIDTH=150
  690.   GADGETWIDTH=50
  691.   
  692. ;  INTEGER
  693. ;   NAME="Offset of Screens' Depth-Gadget"
  694. ;   KEYWORD="SDepth_Offset"
  695. ;   MIN=-2000
  696. ;   MAX=2000
  697. ;   VALUE=0
  698. ;   HELPTEXT="When using PowerWindows with MCP (and it's SysiHack Option is activated) the Depth-Gadgets of the Screens are scrolled one pixel to the left. Setting this to 1 will fix it. For similar problems with other programs set this to the Offset)."
  699.  
  700.   BOOL
  701.    NAME="Fix shadow-problem of MagicMenu"
  702.    KEYWORD="MagicMenu_SH"
  703.    VALUE="FALSE"
  704.    HELPTEXT="When using PowerWindows with MagicMenu the Menu's shadows aren't transparent anymore. Activate this option to fix it. The executable must be called 'MagicMenu' otherwise it won't work. Rename it if on your computer it's called 'MagicMenu_??'"
  705.    
  706.  
  707.  
  708. END
  709.  
  710.